hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
Operation
hunt
view
parser
Undocumented in source.
class
Operation :
Expression
{
Expression
left
;
Expression
value
;
Expression
right
;
this
(Expression left, Expression value, Expression right);
string
Evaluate
(ViewContext ctx);
}
Constructors
this
this
(Expression left, Expression value, Expression right)
Undocumented in source.
Members
Functions
Evaluate
string
Evaluate
(ViewContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
left
Expression
left
;
Undocumented in source.
right
Expression
right
;
Undocumented in source.
value
Expression
value
;
Undocumented in source.
Inherited Members
From Expression
Evaluate
string
Evaluate
(ViewContext ctx)
Undocumented in source.
Meta
Source
See Implementation
hunt
view
parser
classes
Constant
ExecuteBlock
Expression
Operation
Parser
VariableReference
functions
strToTree